Skip to content

Conversation

@bogdan-rosianu
Copy link
Contributor

Type

  • Bug
  • Feature
  • Refactoring
  • Performance improvement

Problem setting

  • the queue-worker app was not working correctly (missing ScheduleModule import) + concurrency was not working correctly

Proposed Changes

  • fix + added e2e examples for 2 queues (one that should run jobs sequntially + one that accepts a certain parallelism degree)

How to test

@bogdan-rosianu bogdan-rosianu self-assigned this Dec 5, 2025
import { Injectable, Logger } from "@nestjs/common";
import { Job } from "bull";

@Injectable()
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this can be removed. Same for the other processor.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

@bogdan-rosianu bogdan-rosianu merged commit c1472a5 into main Dec 5, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants